home *** CD-ROM | disk | FTP | other *** search
/ Amanda Stories / Amanda Stories (1991)(Voyager Company).iso / pc / lingo.ini < prev    next >
Text File  |  1993-09-20  |  193b  |  13 lines

  1.  
  2.  
  3. on startup
  4.     Global MyHD, MyCD, CPU
  5.     Put "D:" into MyHD
  6.     Put "D:" into MyCD
  7.     put "486" into CPU
  8.     set the centerStage to TRUE
  9.     openxlib "fileio"
  10.     
  11.  
  12. end startup
  13.